ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / HashCalculator Class / ComputeSimpleHash Method / ComputeSimpleHash(Byte[]) Method
The binary stream as a byte array.

In This Topic
ComputeSimpleHash(Byte[]) Method
In This Topic
Computes a simplified hash for the specified binary stream.
Syntax
'Declaration
 
Public Overloads Shared Function ComputeSimpleHash( _
   ByVal stream() As Byte _
) As Byte()
 

Parameters

stream
The binary stream as a byte array.

Return Value

The computed simplified hash.
See Also